Converts the specified string representation of a presence description to its
RepeatTime equivalent.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static RepeatTime Parse(
string repeatTime
)
Public Shared Function Parse (
repeatTime As String
) As RepeatTime
Parameters
- repeatTime
- Type: SystemString
A string containing a repeat time to convert.
Return Value
Type:
RepeatTimeA
RepeatTime equivalent contained in the repeatTime parameter.
See Also